GtkEventController: Use G_PARAM_EXPLICIT_NOTIFY
authorMatthias Clasen <mclasen@redhat.com>
Sun, 8 Jun 2014 16:02:17 +0000 (12:02 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jun 2014 17:31:02 +0000 (13:31 -0400)
gtk/gtkeventcontroller.c

index c0b828f029e215eec8196c53656a46819bacd73d..c532a0b3ead310b1e8b59bd4fac2fa7495c7004c 100644 (file)
@@ -171,7 +171,7 @@ gtk_event_controller_class_init (GtkEventControllerClass *klass)
                                                       P_("Propagation phase at which this controller is run"),
                                                       GTK_TYPE_PROPAGATION_PHASE,
                                                       GTK_PHASE_NONE,
-                                                      GTK_PARAM_READWRITE));
+                                                      GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
 }
 
 static void